home *** CD-ROM | disk | FTP | other *** search
/ Tripas 5 / TRIPAS 005.iso / Wos.EXE / base / models / spear.def < prev    next >
Encoding:
Text File  |  1999-02-24  |  646 b   |  38 lines

  1. SDEF
  2. //
  3. // Define the model, animations, and skin
  4. //
  5. path models/spear
  6. origin -64 0 0
  7. scale 1.0
  8. spear_base.sbm
  9. spear_base.tga
  10.  
  11. idle spear_idle.sam
  12. fly  spear_idle.sam
  13.  
  14. //
  15. // Initialization settings
  16. //
  17. !init:
  18. server effects everyframe
  19. //
  20. // spear impact sounds
  21. //
  22. server aliascache spear_impact1 "impact/spear/spear1.wav"
  23. server aliascache spear_impact2 "impact/spear/spear2.wav"
  24.  
  25. //
  26. // Main section
  27. //
  28. !main:
  29.  
  30. fly first spawn sprites/bubble.spr randorigin 8 physics vel 0 0 30 time 2 touchdie randscale 0.05 0.1 water 1 lerp
  31.  
  32. //
  33. // SinED section
  34. //
  35. /*SINED Projectile_Spear (.3 .3 1) (0 0 0) (0 0 0)
  36. Spear
  37. */
  38.